home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Labo.dxr / 00060.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  140 b   |  8 lines

  1. on mouseUp
  2.   puppetSound(2, "Beep01")
  3.   set the visible of sprite 2 to 1
  4.   updateStage()
  5.   go(#next)
  6.   set the visible of sprite 2 to 0
  7. end
  8.